ItemDataRecord
The ItemDataRecord element specifies the item data value for the specified item data record for the specified record owner or record owner group for the historical or forecast input data. This element is optional.
The TimeDataRecord element has two optional attributes:
- type specifies the input data item type that matches the input data category type defined for the category attribute of InputDataImport element
- units specifies the units of the input data item type.
Properties
| Property | Description |
|---|---|
|
Case Sensitive |
Yes |
|
Required |
No |
|
Number of Instances Allowed |
Unlimited |
|
Requires End Tag |
Yes |
|
Parent Element |
|
|
Child Elements |
|
|
Attributes |
type units |
Attributes
| Attribute | Required | Description | Value Options |
|---|---|---|---|
|
type |
No |
The input data item type that matches the input data category type defined for the category attribute of InputDataImport element. |
String (in quotes). The value of the type attribute must match a type value previously defined in the ELF device configuration. Examples of a data item type for the input data category "Weather" include "Temperature" or "Wind Speed." |
|
units |
No |
The units of the input data item type. |
String (in quotes). The value of the units attribute corresponds to one of the valid units or a description for the Primary Units field in the PNT record, or it can also be a string that does not match any of CygNet’s recognized units. See PNT Engineering Units. An example of the units for a data item type of "Temperature" might be "F" or for "Wind Speed" the units could be "mi/hr." Note: |
Example
|
<ItemDataRecord type="AVWSPD" units="mi/hr"> <ItemDataValue start_time="2024-03-12T08:00:00.000-08:00" end_time="2024-03-12T09:00:00.000-08:00">23.234</ItemDataValue> <ItemDataValue start_time="2024-03-12T09:00:00.000-08:00" end_time="2024-03-12T10:00:00.000-08:00">25.456</ItemDataValue> </ItemDataRecord> |


